| Package | Description |
|---|---|
| com.atid.lib.module.barcode.event | |
| com.atid.lib.reader |
| Modifier and Type | Method and Description |
|---|---|
void |
IATBarcodeEventListener.onBarcodeReadData(ATBarcode barcode,
com.atid.lib.module.barcode.types.BarcodeType type,
java.lang.String codeId,
java.lang.String data,
java.lang.Object params)
Invoked when the barcode module decodes the barcode.
|
| Modifier and Type | Method and Description |
|---|---|
ATBarcode |
ATEAReader.getBarcode()
If the ATEAReader instance supports the Barcode module,
it returns an interface object that can control the Barcode module.
|